home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
VRML 2 - Moving 3D Graphics
/
VRML 2 - Moving 3D Graphics.iso
/
vrmlbook
/
source
/
vr2-3-32.wrl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-03-30
|
389 b
|
25 lines
#VRML V2.0 utf8
#vr2-3-32.wrl
#Piramid
Shape {
geometry IndexedLineSet {
coord Coordinate {
point [
10 10 0,
-10 10 0,
-10 -10 0,
10 -10 0,
0 0 20
]
}
coordIndex [
0, 1, 2, 3, 0, -1,
4, 0, -1,
4, 1, -1,
4, 2, -1,
4, 3, -1
]
}
}